home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / Projects / mq_projects.exe / MindQ_Projects / Syntax / Hello / runHello.txt < prev   
Encoding:
Text File  |  1997-08-20  |  914 b   |  30 lines

  1. These instructions assume that you have installed the JDK 
  2. from Sun and have set your PATH and CLASSPATH environment 
  3. variables appropriately:
  4.  
  5. To run this project:
  6.  
  7. Step 1: Launch a DOS command window.
  8.  
  9. Step 2: Change the current directory to the directory in 
  10. which you extracted the project files for this lesson. The 
  11. default directory is: 
  12.     \MindQ_Projects\Syntax\Hello
  13.  
  14. Step 3: Using precise capitalization: 
  15.     1. Type java HelloApplication then press Enter to 
  16. execute the application.  
  17.  
  18.      2. Type appletviewer Hello.html then press Enter
  19.  to execute the applet.
  20.  
  21. If you receive an error message, click the Troubleshooting 
  22. Problems button for more information.
  23.  
  24.  
  25.  
  26.  
  27. When you are ready to return to the tutorial, close the 
  28. applet or application, type exit and press Enter in the DOS 
  29. command window, and then press the Return to Tutorial button
  30. below to return to the tutorial.